*{
    margin: 0;
    padding: 0;
    font-family: 'poppins', sans-serif;
    box-sizing: border-box;
}
body{
    background-color: #260581;
}
a{
    text-decoration: none;
color: #ccc;
}
img{
    cursor: pointer;
}

.flex-div{
    display: flex;
    align-items: center;
}
nav{
    padding: 10px 2%;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #260581;
    position: sticky;
    top: 0;
    z-index: 10;
}
.nav-left .menu-icon{
    height: 20px;
margin-right: 25px;
width: 22px;
}
.nav-right img{
width: 25px;
height: 25px;
margin-right: 25px;
}
.nav-right .user-icon{
 width: 35px;
 border-radius: 30%;
 margin-right: 0;
}
.nav-left .logo-icon{
    width: 100px;
    

}
.nav-middle .mic-icon{
    height: 20px;
    width: 20px;
}
.nav-middle .search-box{
    border: 1px solid #ccc;
    margin-right: 15px;
    padding: 8px 12px;
    border-radius: 25px;
}
.nav-middle .search-box input{
    width: 100px;
    border: 0;
    outline: 0;
    background: transparent;
}
.nav-middle .search-box img{
    width: 16px;
}
.nav-middle .logo-box{
height: 90px ;


}
.nav-middle .logo-box img{
    margin-top: 100px;
    padding-right: 200px;
    padding-bottom: 50px;
    padding-top: 10px;
    height: 400px;
}
 /*----------sidebar------------- */

.sidebar{
    background: #260581;
    width: 150px;
    height: 100vh;
    position: fixed;
    top: 0;
    padding-left: 2%;
    padding-top: 80px;
}
.shortcut-links a img{
    width: 20px;
    margin-right: 20px;
   
   }
    .shortcut-links{
        margin-top: 50px;

    }
.shortcut-links a{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: fit-content;
    flex-wrap: wrap;
}
.shortcut-links a:nth-child(1){
    color: #e9a5e9;

    }
.shortcut-links a:nth-child(2){
      color: #e9a5e9;

}
.shortcut-links a:nth-child(3){
    color: #e9a5e9;
}
.shortcut-links a:nth-child(4){
    color: #e9a5e9;
}
.shortcut-links a:nth-child(5){
    color: #e9a5e9;
}
.shortcut-links a:nth-child(6){
    color: #e9a5e9;
}
    .shortcut-links a:nth-child(7){
           color: #e9a5e9;
    }
        .shortcut-links a:nth-child(8){
            color: #e9a5e9;
        }
            .shortcut-links a:nth-child(9){
                color: #e9a5e9;
            }
                .shortcut-links a:nth-child(10){
                    color: #e9a5e9;
                    
}
.sidebar hr{
    border: 0;
    height: 1px;
    background: #ccc;
    width: 85%;
}
.small-sidebar{
 width: 5%;
}
.small-sidebar a p{
    display: none;
}
.small-sidebar h3{
    display: none;
}
/* ---------main--------------*/
.container{
    background: #260581;
    padding-left: 17%;
    padding-right: 2%;
    padding-top: 20px;
    padding-bottom: 20px;
    filter: blur(4px);
    z-index: 1;
}
.large-container{
    padding: 7%;
    padding-top: 10px;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
    border-radius: 8px;
    height: 300px;
}
.list-container{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-column-gap: 16px;
grid-row-gap: 30px;
margin-top: 15px;

}
.vid-list .thumbnail{
width: 100%;
border-radius: 5px;
}
.vid-list .flex-div{
align-items: flex-start;
margin-top: 7px;
}
.vid-list .flex-div img{
    width: 35px;
    margin-right: 10px;
    border-radius: 50%;
} 
.vid-info{
    color: #ccc;
    font-size: 13px;
}
.vid-info a{
    color: pink;
    font-weight: 300;
    display: block;
    margin-bottom: 5px;

}

@media (max-width: 900px) { 
    .menu-icon{
        display: none;
    }
    .sidebar{
        display: none;
    }
    .container, .large-container{
        padding-left: 5%;
        padding-right: 5%;
    }
    .nav-right img{
 display: none;
    }
    .nav-right .user-icon{
    display : block;
    width: 30px;
}
.nav-middle .search-box input{
    width: 100px;
}


 }



 /*---------play video page------------*/
 .play-video hr{
    border: 0px;
    height: 1px;
    background: #e9a5e9;
    margin: 10px 0;
 }
 .comment h4{
    color: #e9a5e9;
 }
 .add-comment{
    display: flex;
    align-items: center;
    margin: 20px 0;
    
 }
 .add-comment img{
    width: 35px;
    border-radius: 50px;
    margin-right: 15px ;
 }
 .add-comment input{
    border: 0;
    outline: 0;
    border-bottom: 1px solid #ccc ;
    width: 100%;
    padding-top: 10px;
    background: transparent;

 }
 .play-video .play-video-info img{
    width: 20px;
    
 }
 .play-video h1{
    color: #e9a5e9;
    font-size: 20px;
    margin-top: 11px;
    margin-bottom: 11px;
 }
 .row{
    display: flex;
justify-content: space-between;
flex-wrap: wrap;
 }
 .play-video{
    flex-basis: 69%;
 }
 .right-sidebar{
  flex-basis: 30%;
 }
 .recomendation h2{
    font-weight: 100;
    color: #ccc;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.recomendation hr{
    border: none;
    width: 200px;
    height: 5px;
    background-color: pink;
    border-radius: 10px;
    margin-bottom: 5px;

}
.play-video .play-video-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
    font-size: 14px;
    color: #e9a5e9;
}
.play-video .play-video-info img{
    width: ;;
    margin-right: 8px;
}
.play-video .play-video-info a{
    display: inline-flex;
    align-items: center;
    margin-left: 15px;

/*--------------------footer page---------*/


.container{
max-width: 1170px;
margin:70px;
}
.row{
display: flex;
flex-wrap: wrap;
}
ul{
list-style: none;
}
.footer{
padding: 70px 0;
}
.footer-col{
width: 25%;
padding: 0 15px;
}
.footer-col h4{
font-size: 18px;
color: #ffffff;
text-transform: capitalize;
margin-bottom: 35px;
font-weight: 500;
position: relative;
}
.footer-col h4::before{
content: '';
position: absolute;
left:0;
bottom: -10px;
background-color: #e91e63;
height: 2px;
box-sizing: border-box;
width: 50px;
}
.footer-col ul li:not(:last-child){
margin-bottom: 10px;
}
.footer-col ul li a{
font-size: 16px;
text-transform: capitalize;
color: #ffffff;
text-decoration: none;
font-weight: 300;
color: #bbbbbb;
display: block;
transition: all 0.3s ease;
}
.footer-col ul li a:hover{
color: #ffffff;
padding-left: 8px;
}
.footer-col .social-links a{
display: inline-block;
height: 40px;
width: 40px;
background-color: rgba(255,255,255,0.2);
margin:0 10px 10px 0;
text-align: center;
line-height: 40px;
border-radius: 50%;
color: #ffffff;
transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
color: #24262b;
background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
.footer-col{
width: 50%;
margin-bottom: 30px;
}
}
@media(max-width: 574px){
.footer-col{
width: 100%;
}
}
.footerbottom{
    align-items: center;
    justify-content: space-between;
    color: #bbbbbb;
    padding-top: 20px;
    margin-left: ;
}


